home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 145 < prev    next >
Internet Message Format  |  1994-08-27  |  993b

  1. Date: Wed, 1 Jun 94 10:27 BST
  2. From: steve@cs.city.ac.uk (Steven Eker)
  3. To: gem-list@world.std.com
  4. Subject: Re: Window Cycling 
  5. In-Reply-To: Mail from 'Warwick Allison <warwick@cs.uq.oz.au>'
  6.       dated: Wed, 01 Jun 1994 17:47:53 +1000
  7. Precedence: bulk
  8.  
  9.  
  10. Warrick wrote:
  11. >In old versions of TOS, BOTTOMing was VERY difficult to implement, and
  12. >so `cycle' was define to simply top the bottom-most window.  Under the
  13.  
  14. Couldn't you bottom a window simply by topping all other windows
  15. in bottom to top order? The superfluous redraws could then be handled
  16. by queueing redraw messages for the topped windows until the bottom operation
  17. was finished, discarding messages for windows that were originally above the
  18. bottomed window.
  19. (You would have to do the queueing yourself, reading the message
  20. pipe after each top operation since the AES message pipe is short.)
  21.  
  22. Of course this sort of mucking about should be hidden in a library that
  23. checks if AES supports bottoming directly for efficiency.
  24.  
  25. Steven
  26.  
  27.